Description of Slurm partitions¶
The following subsections sum up the parameters of the different partitions available on the DGX. If you want to find the information provided on this page you can log on the DGX and run the sinfo
command.
Interactive partition¶
This partition is meant for interactive session through the command srun and works on 1g.10gb MIGs. We give examples of srun in the slurm jobs management page.
Partition name | Max walltime | MIGs pool | Allowed slurm commmands |
---|---|---|---|
Interactive10 | 02:00:00 | 1g.10gb[1-10] | srun |
Prod partitions¶
For long running jobs (e.g. training a neural network), you are expected to submit these trainings on prod partitions as batch jobs. We give examples of batch submission in the slurm jobs management page.
Partition name | Max walltime | MIGs pool | Allowed slurm commmands |
---|---|---|---|
prod10 | 24:00:00 | 1g.10gb[1-10] | sbatch |
prod20 | 24:00:00 | 2g.20gb[1-4] | sbatch |
prod40 | 24:00:00 | 3g.40gb[1] | sbatch |
prod80 | 24:00:00 | A100.80gb[1] | sbatch |